home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / wbstrtpp.rea < prev    next >
Text File  |  1996-01-16  |  6KB  |  111 lines

  1. Short:    V2.5 Expands WBStartup capabilities.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/boot
  5.  
  6.   Program:        WBStartup+
  7.   Version:        2.5
  8.   Date:           October 23, 1995
  9.   Coded by:       John Hughes
  10.   Email:          johughes@heartland.bradley.edu
  11.   WWW:            http://rhf.bradley.edu/~jhughes/
  12.   Compiled with:  SAS/C 6.56
  13.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  14.   Distribution:   Postcardware (public domain)
  15.   Required:       AmigaDOS 2.0 or above
  16.                   The Prefs program requires AmigaDOS 3.0 or above
  17.   Included:       WBStartup+ for OS2.x and 3.x
  18.                   WBStartup+ for OS3.x
  19.                   WBStart-Handler v1.4
  20.                   Documentation in AmigaGuide format
  21.                   MagicWB icons
  22.  
  23.  
  24.  Features:
  25.  
  26.   o  Easy to use GUI preferences program for OS3.x.
  27.   o  Lets you choose the order in which the startup programs run.
  28.   o  Lets you enable and disable the running of each program quickly.
  29.   o  Allows you to have access to Workbench while all of your
  30.      startup programs are being loaded.
  31.   o  Can be disabled at startup by holding left shift key down.
  32.   o  Progress window shows the icon of the program that is being loaded,
  33.      and a progress bar with userdefine window background.
  34.  
  35.  
  36.   New Features in Version 2.5:
  37.  
  38.   Now supports Localization.  Included catalogs: Deutsch, Français, Italiano, Norsk, Svenska.
  39.   Holding the Ctrl key down when WBStartup+ is run will cause WBStartup+Prefs to be
  40.     run before any programs are loaded, allowing you to choose which programs get loaded.
  41.   Holding the left Alt key when WBStartup+ is run causes the user to be asked which of the
  42.     enabled programs should be run.
  43.   Added PREFSPATH tooltype to WBStartup+ icon.  This is the location of the preferences file.
  44.   Program names are shown in WBStartup+'s progress window.
  45.   If the case of the letters in the filename and icon name varied, the same program name
  46.     would be recognized as two different programs.  This is now fixed.
  47.   Added Cancel and Ok gadgets to the Copy File window.
  48.   The OS3.x version of WBStartup+ was getting it's bottom border of the prefs window
  49.     overwritten by the background pattern under the right icon image, if the user was
  50.     using sysihack.
  51.   WBStartup+ now recognizes the WAIT= tooltype as the # of seconds to wait before loading the next program.
  52.   WBStartup+ now recognizes the TOOLPRI= tooltype as the priority that the program should have when running.
  53.   The DELAY= tooltype is now obsolete, therefore it has been removed.
  54.   WBStartup+ now knows if it has already been run, and if it is run more than once, the user
  55.     will see a requester asking if it is ok to run it again.
  56.   The STARTUPPRI tooltype is no longer recognized, please use STARTPRI instead.
  57.   When the WBStartup+Prefs window is opened on a virtual screen, it is centered
  58.     vertically in the visible section, and is 100 pixels to the right of the leftmost
  59.     visible section.
  60.   The Amiga Workbench x.x text is now properly centered in WBStartup+'s progress window.
  61.   The busy pointer is now shown when a secondary window is opened, such as the Priority Window.
  62.   Sizing the main window is now impossible when a secondary window is opened since IDCMP is cut off.
  63.   Priority Window is now activated when opened.
  64.   You may use the keyboard up and down arrow keys to change the selected element in the listview gadget.
  65.  
  66.  
  67.  
  68.   New Features in Version 2.4:  
  69.  
  70.   Was allocating one byte less than needed for groupnames when creating them from the menu.
  71.   When resizing the window, the gadgets are remade, but glist was not initialized to NULL again.
  72.   WBStartup+ now sets the stack size for each loaded program, although WBStart-Handler seems
  73.     to not always use the exacts stack size specified.
  74.   Was allocating sizeof(struct Node) instead of sizeof(struct WBStartupNode) in the OS2.x version of WBStartup+.
  75.  
  76.  
  77.  
  78.   New Features in Version 2.3:
  79.  
  80.   The WBStartup+Prefs window is now a WB AppWindow, so ou can drop icons into it
  81.     and a requester appears asking you if you want to copy or move the files to
  82.     the enabled or disabled directory.
  83.   Was allocating pathname size, and deallocating filename size.
  84.   Possible program crash removed due to another forgotten glist=NULL.
  85.   Add "..." to some menu items.
  86.  
  87.  
  88.  
  89.   New Features in Version 2.2:
  90.  
  91.   Bug Fix: WBStartup+ sometimes crashed when the PROGRESSWINDOW tooltype was diabled.
  92.  
  93.  
  94.  
  95.   New Features in Version 2.1:
  96.  
  97.   Now uses Memory Pooling instead of AllocVec().
  98.   Fixed potential bug in a list structure when alphabetizing.
  99.   Received permission to include L:WBStart-Handler in this archive.
  100.   Archive has moved to Aminet:util/boot
  101.   Removed accidental FreePool() when "Delete Group" was done, and there were no groups.
  102.   Enforcer Hit removed: forgot to initialize glist=NULL before CreateContext().
  103.   Did I release V2.0 WBStartup+Prefs with a missing tail parenthesis in two path tooltypes? Sorry.
  104.   A requester now appears when you quit without saving, and there was a group modification.
  105.   WBStartup+ now has an optional Progress Indicator when it runs, whick can have a user defined background.
  106.   Changed the name of drawer icon images, so they don't have parenthises in them, that way
  107.     they can be archived with lzx.  They are copyied by the installer script and given their
  108.     proper default names with parenthises.
  109.   Included a WBStartup+ version for OS2.x and OS3.x
  110.   Updated installer script to recognize OS2.x and OS3.x
  111.